home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / demo / Mhtrs51 / _SETUP.1 / Ajanda.exe / 0 / RCDATA / TFINDEXFRM / TFINDEXFRM.txt
Text File  |  2000-04-15  |  2KB  |  88 lines

  1. object findexfrm: Tfindexfrm
  2.   Left = 438
  3.   Top = 260
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = '∩┐╜deme Bul'
  7.   ClientHeight = 168
  8.   ClientWidth = 250
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DBGrid1: TDBGrid
  20.     Left = 0
  21.     Top = 44
  22.     Width = 250
  23.     Height = 124
  24.     Align = alClient
  25.     Color = cl3DLight
  26.     Font.Charset = TURKISH_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  32.     ParentFont = False
  33.     ReadOnly = True
  34.     TabOrder = 0
  35.     TitleFont.Charset = DEFAULT_CHARSET
  36.     TitleFont.Color = clWindowText
  37.     TitleFont.Height = -11
  38.     TitleFont.Name = 'MS Sans Serif'
  39.     TitleFont.Style = []
  40.     Columns = <
  41.       item
  42.         Expanded = False
  43.         FieldName = 'Account'
  44.         Title.Caption = 'Hesap No'
  45.         Visible = True
  46.       end
  47.       item
  48.         Expanded = False
  49.         FieldName = 'Note'
  50.         Title.Caption = 'A∩┐╜∩┐╜klama'
  51.         Width = 152
  52.         Visible = True
  53.       end>
  54.   end
  55.   object Panel1: TPanel
  56.     Left = 0
  57.     Top = 0
  58.     Width = 250
  59.     Height = 44
  60.     Align = alTop
  61.     BevelInner = bvRaised
  62.     BorderStyle = bsSingle
  63.     TabOrder = 1
  64.     object Label1: TLabel
  65.       Left = 17
  66.       Top = 3
  67.       Width = 57
  68.       Height = 13
  69.       Caption = 'Hesap No ?'
  70.     end
  71.     object Edit1: TEdit
  72.       Left = 16
  73.       Top = 17
  74.       Width = 217
  75.       Height = 21
  76.       Color = 4194304
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = 16754899
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = []
  82.       ParentFont = False
  83.       TabOrder = 0
  84.       OnChange = Edit1Change
  85.     end
  86.   end
  87. end
  88.